'宣言 Public Function New( _ ByVal message As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim message As System.String Dim args() As System.Object Dim instance As New RplParsingException(message, args)
パラメータ
- message
- args
'宣言 Public Function New( _ ByVal message As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim message As System.String Dim args() As System.Object Dim instance As New RplParsingException(message, args)